로그인
Computer Science for IGCSE & O level - Data Representation (Section 3 - No. 6)
What is the decimal equivalent of the binary number 1111?
7
15
8
16
설명
1111 = (1 * 2^3) + (1 * 2^2) + (1 * 2^1) + (1 * 2^0) = 8 + 4 + 2 + 1 = 15
댓글 (0)
댓글을 달려면 로그인하세요
광고
자바스크립트가 이 페이지를 올바르게 로드하도록 허용